Fix bug #8468 with redisplay when scroll-margin > 0.
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Apr 2011 15:59:30 +0000 (18:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Apr 2011 15:59:30 +0000 (18:59 +0300)
commit58f84677dbdc6d8fe719b432d2c3f3b7a76d1937
treeefbd62544f4b2fc0cc07741424a6872f81cbeeb6
parent04fedec08b6db3a7dfe7d570d27ed090a1e666b2
Fix bug #8468 with redisplay when scroll-margin > 0.

 src/xdisp.c (redisplay_window): Don't try to determine the character
 position of the scroll margin if the window start point w->startp
 is outside the buffer's accessible region.
src/ChangeLog
src/xdisp.c